setActiveHistory

abstract fun setActiveHistory(history: History)

Mark the given history as active, returns an error if the handle doesn't refer to a history. All other histories get cleared from the active state. Undo/redo operations only apply to the active history.

Parameters

history

the history to be marked as active.